-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RDKBNETWOR-2 : Load DHCP Manager Data Models #75
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reason for change: Pointing to the wrong xml file due to which the DMs were not loading. Test Procedure: Build the image and load the DHCPv4/DHCPv6 DMs. Testing Done : Results are captured in RDKBNETWOR-2 Risks: None. Signed-off-by: Krithiksha Prabhakar <[email protected]>
Sanity tests for ['RPI4 GW BB Kirkstone'] added. |
Sanity tests for ['RPI4 GW BB Kirkstone'] added. |
guto86
approved these changes
Jan 7, 2025
S-Parthiban-Selvaraj
added a commit
that referenced
this pull request
Jan 14, 2025
New tags: https://github.com/rdkcentral/RdkVlanBridgingManager/releases/tag/v1.3.0 What's Changed RDKBDEV-2735 : Fix error after enabling -Werror and -Wall in RdkVlanManager by @sanjaynayakk in #9 RDKBDEV-2848: remove dependency on dbus by @pradeeptakdas in #11 RDKCOM-5094 RDKBDEV-2943 : Adding Necessary Logs In RdkVlanBridgingManager. by @sanjaynayakk in #13 Revert "RDKBDEV-2848: remove dependency on dbus" by @guto86 in #15 https://github.com/rdkcentral/RdkXdslManager/releases/tag/v1.2.0 What's Changed RDKBDEV-2883 :Fix for Device.DSL.Channel.%d.Enable is always set to f… by @sanjaynayakk in #4 https://github.com/rdkcentral/RdkWanManager/releases/tag/v2.6.0 RDKB-57495: XDNS DM implementation by @KavyaShivalingaiah in #76 SHARMAN-2786:DHCP Lease Expire Time (ipv4) is not getting updated in … by @kul2241 in #67 RDKB-57627 : Incorrect IPv6 address calculation in MAPT lines if the … by @S-Parthiban-Selvaraj in #75 REFPLTB-3227: [TDK][AUTO][RPI4]CcspAdvSecuritySsp keeps restarting & observing firewall getting restarted frequently with logs "CujoAgent triggering firewall restart" in agent.txt by @ksaipr036 in #74 Signed-off-by: Parthiban Selvaraj <[email protected]>
guto86
pushed a commit
that referenced
this pull request
Jan 14, 2025
New tags: https://github.com/rdkcentral/RdkVlanBridgingManager/releases/tag/v1.3.0 What's Changed RDKBDEV-2735 : Fix error after enabling -Werror and -Wall in RdkVlanManager by @sanjaynayakk in #9 RDKBDEV-2848: remove dependency on dbus by @pradeeptakdas in #11 RDKCOM-5094 RDKBDEV-2943 : Adding Necessary Logs In RdkVlanBridgingManager. by @sanjaynayakk in #13 Revert "RDKBDEV-2848: remove dependency on dbus" by @guto86 in #15 https://github.com/rdkcentral/RdkXdslManager/releases/tag/v1.2.0 What's Changed RDKBDEV-2883 :Fix for Device.DSL.Channel.%d.Enable is always set to f… by @sanjaynayakk in #4 https://github.com/rdkcentral/RdkWanManager/releases/tag/v2.6.0 RDKB-57495: XDNS DM implementation by @KavyaShivalingaiah in #76 SHARMAN-2786:DHCP Lease Expire Time (ipv4) is not getting updated in … by @kul2241 in #67 RDKB-57627 : Incorrect IPv6 address calculation in MAPT lines if the … by @S-Parthiban-Selvaraj in #75 REFPLTB-3227: [TDK][AUTO][RPI4]CcspAdvSecuritySsp keeps restarting & observing firewall getting restarted frequently with logs "CujoAgent triggering firewall restart" in agent.txt by @ksaipr036 in #74 Signed-off-by: Parthiban Selvaraj <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reason for change: Pointing to the wrong xml file due to which the DMs were not loading.
Test Procedure: Build the image and load the DHCPv4/DHCPv6 DMs.
Testing Done : Results are captured in RDKBNETWOR-2
Risks: None.